﻿@charset "utf-8";

.wrong {
    border: 1px #F9484D solid !important;
    color: #C00 !important;
}

textarea {
    border: 1px #CCC solid;
    color: #666;
    box-shadow: 1px 1px 5px #EEE inset;
}

/* 加载提示样式 */
.tips {
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    font-family: "微软雅黑","黑体";
    /*box-shadow: 0px 0px 10px #000;*/
    border-radius: 10px;
    color: #FFF;
    height: 70px;
    padding: 0 20px;
    display: inline-block;
}

.loadding {
    background: #4e4e4e;
}

.loadFail {
    background: #C00;
}

.loadSuccess {
    background: #090;
}

.loadAlerts {
    background: #F60;
}

/* 通用样式 */
.c666 {
    color: #666 !important;
}

.c090 {
    color: #090 !important;
}

.c09c {
    color: #09C !important;
}

.c063 {
    color: #063 !important;
}

.cf30 {
    color: #F30 !important;
}

.cf60 {
    color: #F60 !important;
}

.cc63 {
    color: #C63 !important;
}

.cc00 {
    color: #C00 !important;
}

.c930 {
    color: #930 !important;
}

.c033 {
    color: #033 !important;
}

.c939 {
    color: #939 !important;
}

.c369 {
    color: #369 !important;
}

.c636 {
    color: #636 !important;
}

.c333 {
    color: #333 !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}